Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_class_vars
get_class_vars
Returns an array of default properties of the class
Name:
get_class_vars
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Returns an array of default properties of the class
Related
Does the array_count_values() parameter have to be a one-dimensional array?
1
Use header() to restrict iframes to load the current page (Clickjacking protection)
2
Why does the return result of array_fill_keys not meet expectations?
7
md5_file() and hash_file(): Which is better?
1
Similar Functions
is_subclass_of
is_subclass_of
Checkswhethertheobje
trait_exists
trait_exists
Checkifthespecifiedt
is_a
is_a
Checkifanobjectbelon
get_class_vars
get_class_vars
Returnsanarrayofdefa
get_declared_traits
get_declared_traits
Returnsanarrayofalld
interface_exists
interface_exists
Checkiftheinterfacei
get_class
get_class
Returntheobject'
get_called_class
get_called_class
Thenameofthe"La
Popular Articles